ComponentOne FlexReport for UWP
ReportObjectCollection<TItem> Class
Members 

C1.UWP.FlexReport Assembly > C1.Xaml.FlexReport Namespace : ReportObjectCollection<TItem> Class
The type of elements in the collection.
Represents the collection of the ReportObject objects.
Object Model
ReportObjectCollection<TItem> Class
Syntax
'Declaration
 
Public MustInherit Class ReportObjectCollection(Of TItem As ReportObject) 
public abstract class ReportObjectCollection<TItem> 
where TItem: ReportObject
Type Parameters
TItem
The type of elements in the collection.
Inheritance Hierarchy

System.Object
   C1.Xaml.FlexReport.ReportObjectCollection<TItem>
      C1.Xaml.FlexReport.FieldCollection
      C1.Xaml.FlexReport.ReportObjectList<TItem>

See Also

Reference

ReportObjectCollection<TItem> Members
C1.Xaml.FlexReport Namespace